home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00534.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  201 b   |  11 lines

  1. on exitFrame
  2.   global playMode
  3.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  4.     go(the frame + 1)
  5.   else
  6.     wait(30)
  7.     puppetTransition(23, 1, 1)
  8.     go(the frame + 42)
  9.   end if
  10. end
  11.